Preface
Every time you mention deploying OpenStack is a very complex thing, and of course many people will mention the use of devstack to quickly deploy OpenStack, generally we use devstack to deploy the development environment, It can be implemented on a machine to deploy a standalone version of the
OpenStack is an open source cloud computing management platform project that supports almost all types of cloud environments, with the goal of providing a simple, scalable, rich, standard, unified cloud management platform. This article we talk about Devstack installation and configuration OpenStack development environment.
OpenStack installation and configuration is a bit complicated, especially for beginners, the first time you install OpenStack often encounter a lot of problems. However, in the OpenStack community, some developers have developed a number of automated scripts to facilitate the construction of OpenStack development envir
Install openstack on devstack
Devstack is a set of scripts for developers to quickly deploy the Openstack development environment. In fact, there is nothing to say about the entire installation process, because the script is well written, there are no major problems with brainless installation. However, due to the poor
This section deploys the Devstack lab environment, including control nodes and compute nodes, as follows:Create a virtual machineCreate Devstack-controller and Devstak-compute virtual machines according to physical resource requirementsInstalling the operating systemInstall Ubuntu 14.04, and configure eth0 IP devstack-controller 192.168.104.10 devstak-compute 192
Control node configuration file
# # Sample Devstack local.conf. # # This sample file was intended to being used for your typical devstack environment # that's running all of the OpenStack on a s Ingle Host.
This can also is used as # The first host of a multi-host test environment.
# # Changes to this sample configuration is required for the # [[LOCAL|LOCALRC]]
OpenStack/devstack with Neutron on Ubuntu 14.04
Before installation, we recommend that you install a brand new Ubuntu Server 14.04. If you use the previous Ubuntu, you may encounter various python package dependencies and software version inconsistencies.
Prepare the environment, create a stack user, grant sudo permissions, and update system software packages.
1 # add user 'stack' 2 sudo su 3 useradd -m
Install openstack quickly in devstack under Centos7
Prepare the environment
Selinux and iptables disabledmkdir-p~/.pip# Using Douban pip Sourcevim~/.pip/pip.conf[global]index-url=http://pypi.douban.com/simple/yuminstall-ygit# Install gitcd/homegitclonehttps://github.com/openstack-dev/devstack.gitcd/home/devstack/tools/
system. It looks like a hard disk problem. Reading the log mailbox is a network problem. Someone said it was a bug of the 3.0 image, after the 3.2 image is created, there is no problem. The image address is posted here: wgethttp: // response.
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/47/86/wKioL1P7-92TV09GAAOMKeEobjQ506.jpg "style =" float: none; "Title =" 1.jpg" alt = "wKioL1P7-92TV09GAAOMKeEobjQ506.jpg"/>
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/47/8
This period of time due to test needs to build OpenStack environment, search all over Google Baidu to make no less than 30 attempts ... See Chen Shak and other predecessors of the installation of the tutorial, a lot of configuration information has expired. However, the approximate steps are basically the same, due to the recent devstack in GitHub update frequently, many features may be added more New, the
Devstack Environment, OpenStack runs in a screen with each service running in a window. I summarize a few tips:0. Note that you need to use screen to start the user to do a bit1. View all screen:screen-list opened by the current user[Email protected]:~/devstack$ screen-listThere is a screens on:9606.stack (12/12/2014 11:22:54 AM) (Detached)1 Socket in/var/run/scr
Devstack installation and use openstack FAQ and solution statement:
You are welcome to forward this blog, but please keep the original author information!
Blog: http://blog.csdn.net/halcyonbaby
It is a pleasure to study, study, and summarize the content!
When installing the run create-stack-user.sh script, the current directory is not devstack
If the pbr ver
1:vmware Basic SettingsI'm using the VMware Workstation 8.0 version, and the other versions should all be fine. I am the network that puts the virtual machine on the NAT.Virtual machine on a single block card can be.You can also create virtual machines in dashboard if you wish. Then you will allocate more memory, hard disk.I am the minimum configuration 1G memory, 20G HDD, complete devstack, whole OpenStack
Here is a brief introduction to the OpenStack Runtime environment for deploying multiple nodes using Devstack (Stable/juno):
Multi-node Nova-network environment
Multi-node Neutron environment
System version: Ubuntu 13.10Devstack Multi-host Nova-network
Problems encountered:
Deployment time to Error:command ' X86_64-LINUX-GNU-GCC ' failed with exit status 1 err
OS: ubuntu14.04
Installation steps:
Update the system software package: sudo apt-get dist-upgrade # an error occurs that fails to access the official ubuntu website. Install git: sudo apt-get install git download project: git clone https://github.com/openstack-dev/devstack.git command: cd devstack view branch: git branch-a # switch to different versions of switch branch: git checkout-B havana origin/stable/
OS: ubuntu14.04
Installation steps:
Update the system software package: sudo apt-Get dist-upgrade # an error occurs that fails to access the official Ubuntu website. Install git: sudo apt-Get install git download project: git clone https://github.com/openstack-dev/devstack.git command: CD devstack view branch: git branch-A # switch to different versions of switch Branch: git checkout-B Havana origin/stable
Regardless of whether you use Unbunt 14 or Ubuntu 15, or CentOS 7.1, when you run the stack.sh script to generate Devstack, each time the error is returned in a step similar to the following, only different versions, each time the package is not the same2015-12-10 22:38:18.381 | Collecting requests===2.8.1 (from-c/opt/stack/requirements/upper-constraints.txt (line 292))2015-12-10 22:38:18.769 | Using Cached REQUESTS-2.8.1-PY2.PY3-NONE-ANY.WHL2015-12-1
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.